projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba2cc7
)
(enum): Remove trailing comma.
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:18:48 +0000
(06:18 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:18:48 +0000
(06:18 +0000)
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 1a827e786ea0296ce0e2fec171c0c3352fd5df2f..0db7b433a3222ee92d7e07553c9100fa96589771 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-1036,7
+1036,7
@@
enum
FULLSCREEN_WIDTH = 1,
FULLSCREEN_HEIGHT = 2,
FULLSCREEN_BOTH = 3,
- FULLSCREEN_WAIT = 4
,
+ FULLSCREEN_WAIT = 4
};